You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to be a common issue mentioned on stack-overflow where people try to get accounting numerals to align.
Illustration:
Unfortunately, text-align: char doesn't work in any browser.
Using hanging-punctuation: last with text-align: end to allow the closing bracket to hang off the line end would do wonders.
However, in the only browser that currently supports hanging-punctuation, this doesn't work. Is this an implementation issue of Safari, or is this what the spec asks?
Testing using Safari:
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
It seems to be a common issue mentioned on stack-overflow where people try to get accounting numerals to align.
Illustration:
Unfortunately,
text-align: char
doesn't work in any browser.Using
hanging-punctuation: last
withtext-align: end
to allow the closing bracket to hang off the line end would do wonders.However, in the only browser that currently supports
hanging-punctuation
, this doesn't work. Is this an implementation issue of Safari, or is this what the spec asks?Testing using Safari:
The text was updated successfully, but these errors were encountered: